<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.conleft {
    float: left;
    border-right: 1px solid #ddd;
    width: 680px;
}

.conright {
    float: right;
    width: 470px;
}

.imgtitle {
    text-align: center;
    padding: 10px;
}

    .imgtitle img {
        height: 38px;
    }

.table_noborder {
    border: none;
}

.mycontenttable {
    width: 100%;
}

    .mycontenttable th {
        font-weight: normal;
        color: #009675;
        text-align: right;
        min-width: 100px;
    }

    .mycontenttable th, .mycontenttable td {
        padding: 6px 2px 6px 2px;
    }

.tablepic {
    width: 100%;
}

    .tablepic td {
        text-align: center;
    }

/*---download---*/
.dtagbox {
    padding: 20px;
    border-bottom: 1px dashed #ccc;
}

    .dtagbox a {
        font-size: 16px;
        padding: 5px 15px;
        margin: 10px;
        border-radius: 50px;
        background: #eee;
    }

        .dtagbox a.selected, .dtagbox a:hover {
            background: #009675;
            color: #fff;
            border-radius: 50px;
        }

.downlist {
    width: 100%;
    padding: 0px;
    margin: 0px;
    list-style: none;
}

    .downlist div {
        position: absolute;
    }

    .downlist li {
        position: relative;
        list-style: none;
        height: 80px;
        padding: 5px 5px 5px 90px;
        margin: 5px 0px;
        border-bottom: 1px dashed #eee;
        font-size: 18px;
    }

        .downlist li:hover {
            background: #F5F9FA;
            color: #009675;
        }

    .downlist .title {
        top: 5px;
        left: 90px;
        width: 800px;
        height: 36px;
    }

    .downlist .type {
        top: 5px;
        left: 2px;
        width: 100px;
        height: 60px;
    }

    .downlist .size {
        top: 55px;
        left: 90px;
        width: 900px;
        height: 20px;
        font-size: 14px;
        color: #999;
    }

    .downlist .down {
        top: 50px;
        right: 10px;
        width: 90px;
        height: 20px;
        border: 1px solid #ddd;
        border-radius: 30px;
        padding: 0px 0px 10px 15px;
    }

        .downlist .down a {
            background: url("../images/down.png") no-repeat left center;
            background-size: 20px 20px;
            font-size: 14px;
            padding: 5px 30px 5px 30px;
            color: #009675;
        }

    .downlist img {
        width: 75px;
    }

/*----end download*/

/*---author---*/
.atag {
    padding: 10px;
}

    .atag a {
        float: left;
        padding: 7px 12px;
        margin: 5px;
        border-radius: 20px;
        background: #E6EFF2;
    }

        .atag a:hover, .atag a.active {
            float: left;
            padding: 7px 12px;
            margin: 5px;
            border-radius: 20px;
            color: #fff;
            background: #009675;
        }

.authorbox {
    float: left;
    width: 350px;
    height: 480px;
    overflow: hidden;
    margin: 20px;
    background: url("../images/horn.png") no-repeat bottom right #E6EFF2;
}

    .authorbox .authorname {
        color: #009675;
        font-size: 16px;
        padding: 10px;
        display: block;
        overflow: hidden;
    }

    .authorbox .intro {
        color: #009675;
        padding: 10px;
        color: #999;
        line-height: 150%;
        display: block;
        overflow: hidden;
    }

    .authorbox img {
        width: 100%;
        height: 300px;
    }
.authorviewpic{
    float:left;
    width:500px;
    height:auto;
    overflow:hidden;
    margin:0px 20px 20px 0px;
}
.authorviewpic img{
    width:100%;
}
.authorviewname {
    color: #009675;
    font-size: 24px;
    font-weight:bold;
}
.authorviewintro {
    color: #666;
    font-size: 16px;
    line-height:200%;
    text-indent:2em;
}

    /*----author end---*/


.contriform{
    font-size:16px;
}
.contriform .ftag {
    text-align:right;
    width:200px;
}
    .contriform input {
        width: 80%;
        height: 32px;
        border: none;
        border-bottom: 1px solid #ccc;
        outline: none;
    }
    .contriform textarea {
        width: 80%;
        height: 120px;
        border: 1px solid #ccc;
        outline:none;
    }
    .contriform .btn {
        width: 180px;
        height: 45px;
        text-align:center;
        background:#009675;
        color:#fff;
        border-radius:5px;
        font-size:18px;
        cursor:pointer;
    }
a.btnlink {
    color: #fff;
    background: #009675;
    text-align: center;
    padding: 8px 15px;
    border-radius: 10px;
}</pre></body></html>